wayland: Replace clipboard implementation
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 21 Aug 2014 17:41:48 +0000 (19:41 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 1 Sep 2014 17:17:53 +0000 (19:17 +0200)
commitf48b3cce024b04df08ef5fa3d8360688e1f910b7
treea6bb6fa35be79a9bcca432ee4394eb833f88362b
parent77447990728d171c53cf228acf9b99c2d8d132f0
wayland: Replace clipboard implementation

The wayland specific clipboard functions have been replaced by something
more similar to the hooking the win32 backend does, which allows for just
using the default GtkClipboard code in GTK+. As a consequence, the
wayland-specific GtkClipboard implementation is now gone.

https://bugzilla.gnome.org/show_bug.cgi?id=697855
gdk/wayland/gdkdevice-wayland.c
gdk/wayland/gdkselection-wayland.c
gdk/wayland/gdkwaylandselection.h
gtk/Makefile.am
gtk/gtkclipboard-wayland.c [deleted file]
gtk/gtkclipboard-waylandprivate.h [deleted file]
gtk/gtkclipboard.c
gtk/gtkselection.c